home *** CD-ROM | disk | FTP | other *** search
/ HTML CD for Windows / HTML CD for Windows (Prentice Hall PTR)(1996).ISO / htmlcd.z / IMAPDEMO.MAP < prev    next >
Text File  |  1995-01-14  |  499b  |  17 lines

  1. # Demo map file
  2. # This file should be pointed at by an entry in IMAGEMAP.CNF
  3.  
  4. #The default page is loaded if no other entries are hit.
  5. default /demo/noshape.htm
  6.  
  7. # Circles are defined by two points; the first is the center, and the second
  8. # is a point on the perimeter.
  9. circle /demo/circle.htm 50,50 50,10
  10.  
  11. # Rects are defined by two diagonally opposite vertices.
  12. rect /demo/rect.htm 130,10 170,90
  13.  
  14. # Polys can have any number of vertices. 
  15. poly /demo/poly.htm 250,10 210,90 290,90
  16.  
  17.